From: Stefan Kangas Date: Sun, 6 Dec 2020 09:34:14 +0000 (+0100) Subject: ; * lisp/subr.el (interactive-p): Note to not remove in a hurry. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~5153 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=61497defb42e84a7ca32774a0ac16b30789f91d8;p=emacs.git ; * lisp/subr.el (interactive-p): Note to not remove in a hurry. --- diff --git a/lisp/subr.el b/lisp/subr.el index 4b75268c04d..cf41f77f2dc 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -5258,6 +5258,8 @@ use `called-interactively-p'. To test whether a function can be called interactively, use `commandp'." + ;; Kept around for now. See discussion at: + ;; https://lists.gnu.org/r/emacs-devel/2020-08/msg00564.html (declare (obsolete called-interactively-p "23.2")) (called-interactively-p 'interactive))